Regional Edge Cache

aws/global-infra aws/networking

💡 Definition

Regional Edge Caches are part of the AWS Global Infrastructure used by CloudFront. They sit between your origin server and the global Edge Locations. They have larger cache storage than individual Edge Locations.

🔑 Key Concepts

⚙️ How it Works

  1. User requests content.
  2. Request goes to nearest Edge Location.
  3. If miss (not in Edge Location), request goes to Regional Edge Cache.
  4. If miss (not in Regional Edge Cache), request goes to Origin.
  5. Content is cached in Regional Edge Cache, then Edge Location, then sent to user.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Edge Location * CloudFront